home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Texteditors
/
SkoEd
/
Arexx
/
DeleteEOL.Rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-09-26
|
253b
|
17 lines
/* Delete To End Of Line */
/* We Mark our position in case the Crsr is past the EOL so the block
becomes invalid */
Options FailAt 10
Options results
Address SKOED1
"Mark"
"Block_Begin"
"EndOfLine"
"Block_End"
"Block_Delete"
"Goto_Mark"
"UnMark"